home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11997 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  580 b 

  1. Path: gryphon.phoenix.net!usenet
  2. From: brucew@phoenix.net (Bruce Wedding)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: string search?
  5. Date: Thu, 28 Mar 1996 00:51:01 GMT
  6. Organization: BranPaul Systems
  7. Message-ID: <4jcnvk$eub@gryphon.phoenix.net>
  8. References: <4jbmtk$78k@dfw-ixnews3.ix.netcom.com>
  9. NNTP-Posting-Host: dial83.phoenix.net
  10. X-Newsreader: Moe's Newsreader    
  11.  
  12. In comp.lang.c
  13. rmor1@ix.netcom.com(Ricardo Mor ) wrote:
  14.  
  15. >    How can I search for a string of characters within another string?
  16. >for example..
  17.  
  18. strstr() or look in snippets for a portable case insensitive
  19. version.
  20.  
  21.  
  22.